*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}


.head{
	height: 120px;
	padding: 30px 0;
}
.head .logo{
	width: 900px;
}
.head .logo .text{
	border-left: 1px solid #E5E5E5;
	padding-left: 15px;
	margin-left: 15px;
	padding-top: 6px;
}
.head .logo .text h2{
	font-size: 20px;
	color: #0150E0;
	font-weight: bold;
}
.head .logo .text p{
	font-size: 16px;
	color: #00B44E;
	font-weight: bold;
}
.head .head-group{
	width: 220px;
	padding-top: 5px;
}
.head .head-group .tel{
	color: #0150E0;
}
.head .head-group .tel span{
	font-size: 28px;
	font-weight: bold;
	color: #0150E0;
	line-height: 28px;
}
.head .head-group  img{
	margin: 10px 10px 0 0;
}

.nav-bar{
  background: #0150E0;
}
.nav-bar ul li a{
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
}
.nav-bar ul li{
  width: calc(100%/7);
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  transition: all .5s ease;
  font-size: 16px;
  position: relative;
}
.nav-bar ul li:after{
	content: '';
	display: block;
	position: absolute;
	border-left: 1px solid #E5E5E5;
	left: 0px;
	top: 15px;
	height: 30px;
}
.nav-bar ul li:first-child:after{
	display: none;
}
.nav-bar ul li.active,
.nav-bar ul li:hover{
  background: #00B44E;
}

.swiper-container{
	position: relative;
	overflow: hidden;
}
body .swiper-button-next,
body .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: #ccc;
  border-radius: 50%;
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover{
  background: #00B44E;
}
body .swiper-button-next::after,
body .swiper-button-prev::after{
  font-size: 14px;
  color: #fff;
}

/*热门关键词*/
.hotwords{
  height: 75px;
  border-bottom: 1px solid #EEEEEE;
}
.hotwords .left{
  width: 70%;
  line-height: 75px;
}
.hotwords .left span{
  margin-left: 15px;
}
.hotwords .left span a{
	font-size: 14px;
}
.hotwords .left span a:hover{
  color: #00BD45;
  font-weight: bold;
}
.hotwords .right .search{
  width: 257px;
  height: 37px;
  margin-top: 19px;
  border:1px solid #E5E5E5;
  border-radius: 40px;
}
.hotwords .right .search input{
  width: 218px;
  height: 36px;
  border:none;
  background: none;
  text-indent: 15px;
  color: #ccc;
  font-size: 13px;
  line-height: 35px;
  float: left;
}
.hotwords .right .search button{
  width: 30px;
  height: 30px;
  background: #0250E1;
  margin:2px 3px 0 0 ;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  float: right;
  border:none;
}

/*新闻*/
.main{
	background: #F7F7F7;
	padding-top: 50px;
	padding-bottom: 40px;
}
.news_index{
	padding-bottom: 22px;
}
.news_index .glo_title{
	margin-bottom: 0px;
}
.news_index .box{
	background: #fff;
}
.news_index .box .imgnews{
	width: 585px;
	position: relative;
}
.news_index .box .imgnews .cici.img{
	height: 400px;
	position: relative;
}
.news_index .box .imgnews .cici.img h3{
	position: absolute;
	width: 100%;
	background: rgba(252,101,30,.6);
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	font-size: 15px;
	left: 0px;
	bottom: 0px;
}
.news_index .box .imgnews .cici.img h3 p{
	width: 380px;
}
.news_index .swiper-pagination{
	bottom: 20px;
	left: auto;
	width: 100px;
	right: 10px;
}
.news_index .box .imgnews .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #3100E0;
	width: 40px;
	border-radius: 20px;
}
.tabPanel .panes .pane{
	display: none;
}
.news_index  .tabs{
	width: 615px;
	padding: 0px 25px 0 40px;
}




/*首页*/
.global_title{
	padding-top: 70px;
	position: relative;
	text-align: center;
}
.global_title .h3_en{
	position: absolute;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70px;
	font-family: 'Impact';
	left: 0px;
	top: 43px;
	z-index: 0;
	color: #F7F7F7;
}
.global_title h3{
	font-size: 32px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.global_title h3 strong{
	color: #004FB0;
}
.global_title p.des{
	position: relative;
	z-index: 1;
	font-size: 16px;
	margin:5px 0;
	color: #888888;
}
.global_title span{
	display: inline-block;
	width: 30px;
	height: 1px;
	border:1px solid #A0A0A0;
	margin:10px auto 20px;
}


/*产品*/
.protype{
	margin-bottom: 15px;
}
.com_inner .protype{
	margin-bottom: 30px;
}
.protype ul li{
	width: 170px;
	height: 45px;
	line-height: 45px;
	background: #E5E5E5;
	text-align: center;
	margin:0 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 10px;
}
.protype ul li:hover,.protype ul li.active{
	background: #0150E0;
}
.protype ul li:hover a,.protype ul li.active a{
	color: #fff;
}
.product_index .horzn{
  height: 640px;
  margin-top: 30px;
  position: relative;
}
.product_index .swiper{
  height: 100%;
  width: 100%;
}
.product_index .swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;
  height: calc((100% - 15px) / 2);
  padding: 0 10px;
}
.product_index .swiper-slide:hover img{
  transform: scale(1.05);
}
.product_index .swiper-slide:hover a{
  color: #1A35E9;
}
.product_index .swiper-slide .title{
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
}
.product_index .swiper-slide .title i{
  float: right;
  margin-top: 17px;
}
.product_index .horzn .swiper-pagination{
  bottom: -40px;
}
.product_index .horzn .swiper-pagination-bullet{
  width: 12px;
  height: 10px;
}
.product_index .horzn .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 40px;
  height: 10px;
  background: #1A35E9;
  border-radius: 20px;
}


/*选择*/
.choose{
	background: url(../images/choose.jpg) no-repeat center;
	margin-top: 80px;
	padding-bottom: 45px;
}
.choose .global_title h3,.choose .global_title p{
	color: #fff;
}
.choose .global_title .h3_en{
	color: rgba(255,255,255,.2);
}
.choose .op1,.choose .op2{
	width: 400px;
}
.choose .inner{
	border:1px solid rgba(255,255,255,.3);
	border-radius: 10px;
	color: #fff;
	margin-top: 45px;
	position: relative;
}
.choose .inner .after{
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #0044C1;
	font-weight: bold;
	position: absolute;
}
.choose .op1 .inner .after{
	right: -17px;
}
.choose .op2 .inner .after{
	left: -17px;
}
.choose .op1 .inner:first-child .after{
	top: 20px;
}
.choose .op1 .inner:last-child .after{
	bottom: 20px;
}
.choose .op2 .inner:first-child .after{
	top: 20px;
}
.choose .op2 .inner:last-child .after{
	bottom: 20px;
}
.choose .inner .icon{
	width: 100px;
	text-align: center;
	display: flex;
	align-items: center;
}
.choose .inner .icon img{
	margin:0 auto;
}
.choose .inner .text{
	width: 298px;
	padding: 20px 30px 20px 0;
}
.choose .inner .text h3{
	font-size: 24px;
	margin-bottom: 5px;
}
.choose .inner .text p{
	font-size: 14px;
	line-height: 24px;
}
.choose .zxfw{
	width: 330px;
	height: 50px;
	border:1px solid rgba(255,255,255,.3);
	color: #fff;
	font-size: 16px;
	margin: 45px auto 0;
	line-height: 45px;
	border-radius: 10px;
}
.choose .zxfw span{
	font-size: 27px;
	font-weight: bold;
}


/*工程案例*/
.style{
  background: #fff;
  position: relative;
}
.style .cici{
  height: 265px;
}
.style .swiper-slide{
  position: relative;
}
.style .swiper-slide .text{
  position: absolute;
  background: rgba(2,96,217,.7);
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 100%;
  color: #fff;
  left: 0px;
  bottom: 0px;
  transition: all .5s ease;
  padding: 0 10px;
}
.style .swiper-slide:hover .text{
  background: #00A033;
}

.butn{
	width: 350px;
	margin:45px auto;
}
.butn .btn1,
.butn .btn2{
	width: 166px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
}
.butn .btn1 .s1{
	width: 121px;
	background: #0150E1;
	font-size: 14px;
}
.butn .btn1 .s2{
	width: 45px;
	background: #172DD7;
}
.butn .btn2 .s1{
	width: 121px;
	background: #00B44E;
	font-size: 14px;
}
.butn .btn2 .s2{
	width: 45px;
	background: #00A134;
}
.butn .btn1:hover .s1{
	background: #172DD7;
}
.butn .btn2:hover .s1{
	background: #00A134;
}


/*简介*/
.company{
	background: url(../images/com.jpg) no-repeat center;
	padding-bottom: 50px;
}
.company .box .img{
	width: 570px;
}
.company .box .text{
	width: 570px;
}
.company .box .text .content{
	line-height: 36px;
	font-size: 16px;
}
.company .box .text .butn{
	margin:40px 0 0 0;
}


/*新闻*/
.news_index{
	padding-bottom: 60px;
	position: relative;
}
.news_index .swiper-slide{
	background: #f5f5f5;
	padding: 35px 30px 5px 30px;
}
.news_index .swiper-slide h3{
	font-size: 18px;
	font-weight: bold;
}
.news_index .content{
	font-size: 14px;
	color: #9B9B9B;
	line-height: 26px;
	margin:15px 0;
}
.news_index .time{
	font-size: 16px;
	color: #9B9B9B;
	border-top:1px solid #EEEEEE;
	height: 60px;
	line-height: 60px;
}
.news_index .time p{
	float: left;
}
.news_index .time a{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #0150E1;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius:50%;
	font-size: 14px;
	margin-top: 15px;
}
.news_index .swiper-slide:hover .time a{
	background: #00B44E;
}

/*底部*/
.footer{
  width: 100%;
  background: #212128;
  padding: 40px 0 0 0;
}
.footer .tp ul li{
  padding: 15px 15px;
}
.footer .tp ul li a{
  color: #fff;
  transition: all .5s ease;
  font-size: 16px;
}
.footer .link{
	width: 215px;
}
.footer .link img{
	margin:10px 10px 0 0;
}
.footer .link h3{
  font-size: 24px;
}
.footer .link p{
  font-size: 12px;
}
.footer .tp{
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 15px;
  color: #fff;
}
.footer .pd{
	width: 300px;
}
.footer .pd h3{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
.footer .pd ul{
	width: 33%;
}
.footer .pd ul li{
	font-size: 14px;
	margin-bottom: 15px;
	width: 100%;
}
.footer .detail{
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: 15px;
}
.footer .detail,
.footer .detail a{
  color: #fff;
}
.footer .detail .add{
  line-height: 30px;
}
.footer .detail .add h3{
	font-size: 30px;
	color: #fff;
}
.footer .detail .add h5{
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer .tp ul li a:hover,
.footer a:hover{
  color: #00B44E;
}

.footer .er{
  width: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
.footer .er img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.footer .bottom{
  color: #A9AAAA;
  padding: 15px 0;
  font-size: 14px;
}
.footer .bottom a{
  color: #A9AAAA;
}
.footer .bottom a:hover{
  color: #00B44E;
}
.footer .bottom .foot-l div{
  margin-right: 20px;
}





/*内页开始*/
.innner_banner{
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	color: #fff;
	padding-top: 200px;
}

.com_in .adv .inner{
	width: 380px;
	text-align: center;
}
.com_in .adv .inner .text{
	padding: 60px 15px;
	line-height: 26px;
}
.com_in .adv .inner h3{
	font-size: 24px;
	font-weight: bold;
}
.com_in .adv .inner span{
	display: inline-block;
	width: 40px;
	border:2px solid #1A35E9;
	margin:10px 0;
}

.com_inner.pro .in_inner ul li{
  width: 380px;
  height: 320px;
  margin: 0 19px 20px 0;
}
.com_inner.pro .in_inner ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner.pro .in_inner ul li .cici{
  width: 100%;
  height: 270px;
  background: #F1F1F1;
}
.com_inner.pro .in_inner ul li .title{
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #F1F1F1;
  font-size: 15px;
  padding: 0 15px;
}
.com_inner.pro .in_inner ul li:hover .title{
  background: #1A35E9;
}
.com_inner.pro .in_inner ul li:hover a{
  color: #fff;
}

.com_in #par{
	padding-bottom: 40px;
}
.com_in .par{
	padding-bottom: 50px;
}

/*简介*/
.com_index .text{
	width: 570px;
}
.com_index .img{
	width: 590px;
}
.com_index .text {
	padding-top: 35px;
}
.com_index .text h3{
	font-size: 30px;
	font-weight: bold;
	color: #1A35E9;
}
.com_index .text h3 span{
	color: #00BD45;
}
.com_index .text h4{
	font-size: 16px;
	display: block;
	padding: 5px 0 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 35px;
}
.com_index .text .content{
	color: #575757;
	line-height: 32px;
}
.com_inner .com_index{
	padding: 20px 0 50px;
}
.com_inner .com_index h3{
	font-size: 24px;
	color: #458DFD;
}
.com_inner .com_index .text{
	padding-top: 0px;
}
.com_inner .com_index .img{
	display: flex;
	align-items: center;
}
.com_inner .honor{
	padding-bottom: 50px;
	background: #fff;
}
.com_inner .honor .box{
	position: relative;
}

/*内页*/
.cru{
	height: 60px;
	line-height: 60px;
	color: #757575;
	font-size: 14px;
}
.cru a{
	color: #757575;
	font-size: 14px;
}
.com_inner{
	background: #F9F9FC;
	padding-top: 40px;
}

/*产品中心*/
.prodect-Info{
	padding: 50px 0;
	background: #F5F5F5;
}
.pro_info_box{
	background: #fff;
	padding: 35px;
}
.pro_info_box .img{
	width: 550px;
}
.pro_info_box .text{
	width: 530px;
}
.pro_info_box .text .title {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #F5F5F5;
}
.pro_info_box .text .title h3{
	font-size: 28px;
}
.pro_info_box .text .title h3 span{
	font-size: 16px;
	color: #9E9E9E;
	margin-top: 10px;
	font-weight: normal;
}
.pro_info_box .text .title h4{
	font-size: 18px;
	color: #FF6800
}
.pro_info_box .text .tags{
	line-height: 28px;
	margin:20px 0;
}
.pro_info_box .text .g{
	width: 120px;
	height: 130px;
	border:1px solid #E4E4E4;
	border-radius: 10px;
	overflow: hidden;
}
.pro_info_box .text .g .img{
	height: 85px;
	display: flex;
	align-items: center;
}
.pro_info_box .text .g .img img{
	margin:0 auto;
}
.pro_info_box .text .g p{
	display: block;
	height: 45px;
	line-height: 45px;
	background: #2A359A;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.pro_info_box .text .tt{
	font-size: 16px;
	color: #555555;
	padding: 15px 0;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	margin-top: 20px;
}
.pro_info_box .text .tt span{
	font-size: 24px;
	color: #1A35E9;
	font-weight: bold;
}
.pro_info_box .text .lin a{
	display: inline-block;
	width: 200px;
	height: 40px;
	background: #1A35E9;
	color: #fff;
	margin: 15px 0;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
}
.pro_info_box .text .lin a:hover{
	background: #00B34D;
}
.pro_info_box .text .page{
	margin-top: 20px;
}
.pro_info_box .text .page .cl1{
	width: 48%;
}
.pro_info_box .text .page .page-a {
	display: inline-block; margin-left: 10px;
}
.pro_info_box .text .page .page-a a:hover{
	color: #1A35E9;
}
.pro_content{
	margin-top: 20px;
}
.pro_content img{
	margin:0 auto;
}
.prodect-Info .other{
	background: #fff;
	padding: 35px;
	margin-top: 20px;
}
.prodect-Info .other h2{
	font-size: 26px;
	display: block;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 12px;
	margin-bottom: 40px;
}
.prodect-Info .other p{
	display: block;
	height: 50px;
	line-height: 50px;
	background: #EEEEEE;
}
.prodect-Info .other .swiper-slide:hover p{
	background: #1A35E9;
	color: #fff;
}

/*图片列表*/
.com_inner.pro{
	padding: 50px 0 1px;
}
.de_product_list ul li{
	width: 198px;
	margin:0 15px 15px 0;
	text-align: center;
}
.de_product_list ul li:nth-child(4n){
	margin-right: 0px;
}
.de_product_list ul li .cici{
	height: 300px;
}

.de_product_list ul li .title h3{
	height: 50px;
	background: #f5f5f5;
	font-size: 15px;
	line-height: 50px;
	transition: all .5s ease;
}
.de_product_list ul li:hover h3{
	background: #FF6800;
	color: #fff;
}
.de_product_list.mc ul li{
	width: 270px;
}
.de_product_list.mc ul li .cici{
	height: 195px;
}
.de_product_list.mc ul li:nth-child(3n){
	margin-right: 0px;
}
.de_product_list.mc ul li:nth-child(4n){
	margin-right: 15px;
}
.de_product_list.mc ul li:last-child{
	margin-right: 0px;
}

/*新闻*/
.com_inner.news{
  background: #fff;
  background: #f5f5f5;
  padding: 50px 0;
}
.com_inner.news .in_inner .de-news-list li{
  padding: 20px;
  border-bottom:1px solid #F3F3F3;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}
.com_inner.news .in_inner .de-news-list li a .img.cici{
  width: 310px;
  height: 220px;
}
.com_inner.news .in_inner .de-news-list li a .box{
  width: 800px;
  display: flex;
  align-items: center;
}
.com_inner.news .in_inner .de-news-list li a .box span{
	font-size: 14px;
	margin-bottom: 15px;
	color: #555;
	display: inline-block;
}
.com_inner.news .in_inner .de-news-list li a .box h4{
  font-size: 21px;
  margin-bottom: 10px;
}
.com_inner.news .in_inner .de-news-list li a .box .content{
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}
.com_inner.news .in_inner .de-news-list li a .box  .time{
  color: #555
}
.com_inner.news .in_inner .de-news-list li:hover h4{
  color: #1A35E9;
}
.com_inner.news .in_inner.info{
	padding: 40px 40px;
	background: #fff;
}
.com_inner.news .in_inner .news-detail-title{
  text-align: center;
  background: #fff;
}
.com_inner.news .in_inner .news-detail-title .h3{
  font-size: 23px;
}
.com_inner.news .in_inner .news-detail-title .b{
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.com_inner.news .in_inner .news-detail{
  padding: 30px 0;
}

.newsPage{
  margin:40px 0 0 0;
}
.newsPage .page-a{
  height: 50px;
  border-bottom: 1px solid #F3F3F3;
  line-height: 50px;
}
.newsPage .page-a a:hover{
  color: #1A35E9;
}



.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 30px 0 40px 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #1A35E9;
  background: #1A35E9;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
table{
	width: 100%;
}


/*留言*/
.com_inner.contact{
  background: #f5f5f5;  
  padding-top: 50px;     
  padding-bottom: 50px;            
}
#dituContent img{
  max-width: none;
}
.com_inner.contact .de-contact{
  background: #fff;
}
.com_inner.contact .de-contact .contact-list{
  width: 600px;
  padding: 44px 35px;
}
.com_inner.contact .de-contact .contact-list h3{
  font-size: 24px;
  color: #1A35E9;
  font-weight: bold;
  margin-bottom: 4px;
}
.com_inner.contact .de-contact .contact-list h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.com_inner.contact .de-contact .contact-list p{
  line-height: 36px;
  font-size: 16px;
}
.com_inner.contact .de-contact .contact-list .p{
	padding-left: 110px
}
.com_inner.contact .de-contact .contact-list p:hover a{
  color: #1A35E9;
}
.com_inner.contact .de-contact .contact-list .wxx{
	margin-top: 30px;
}
.com_inner.contact .de-contact .contact-list .wxx .wx1{
	margin-right: 20px;
}
.com_inner.contact .de-contact .contact-map{
  width: 600px;
}
.com_inner.contact .de-contact .contact-map #dituContent{
  width: 100%;
  height: 523px;
}

.contact-liuyan{
	background: #fff;
	padding: 0 50px 50px;
	margin-top: 50px;
}
.com_inner.contact .in_title{
	padding-bottom: 30px;
}
.com_inner.contact .in_title h3{
	font-size: 24px;
	font-weight: bold;
	padding-top: 50px;
}
.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #F1F1F1;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.message.ser .contact-liuyan input[type=text]{
  width: 33%;
}
.contact-liuyan  input:focus{
    border:1px solid #da0000;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    background: #F1F1F1;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #da0000;
}
.contact-liuyan .pink-btn{
  padding: 16px 145px;
  background: #1A35E9;
  border:none;
  color: #fff;
  cursor: pointer;
}
.contact-liuyan .pink-btn:hover{
	background: #1A35E9
}
















